@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
  font-family: 'Lato', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
a {
    font-family: 'Lato', Arial;
    -webkit-font-smoothing: antialiased;
    color: #1d2086;
}
a:hover{color:#1d2086;}
div.content {
    /*overflow: hidden;*/
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
}
header .navbar-default {
  background: none;
  background-color: white;
  border: none;
  padding-top: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index:1000;
}
header .navbar-default ul.navbar-nav {

  /*display:flex;
  justify-content:right;
  width:70%;*/
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  /*padding: 0 20px 7px 20px;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

}
input, button {
    border: none;
    outline: none;
}
button {
    height: 42px;
    width: 42px;
    cursor: pointer;
    position: absolute;
}
header .search-query {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    padding: 2px 10px 1px 10px;
    border: 1px solid;
    font-size: 0.8em;
    background-color: #f8f8f8;
    margin: 15px 0 0 10px;
    border-color:#ccc;
    color:#aca9a9;
}
.navbar-search button {
    background: none;
    top: 5px;
    right: -5px;
}
.navbar-search button:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #ccc;
}  

header .navbar-default ul.navbar-nav li a:hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 800;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}

header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}

header .navbar-default p.navbar-text {
  margin-top: 18px;
}

header .navbar-default a.navbar-link {
   margin:0 5px;
   color:#336799;
}

header .navbar-default .dropdown {}
header .navbar-default .dropdown-content, 
header .navbar-default .sub-menu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 20px;
    z-index: 1;
    float: left;
    border: 1px solid #ccc;
}
header .navbar-default .dropdown-submenu i.sm{background:url(../images/sm.png) no-repeat left center;background-size:6px 7px;display:inline-block;float:right;width:20px;height:20px;}
    header .navbar-default .sub-menu-content{top:140px;left:250px;}
    header .navbar-default .dropdown-content ul {
        padding: 0;
    }
    header .navbar-default .dropdown-content ul > li{list-style-type: none;padding:0;}
    header .navbar-default .dropdown-content ul > li > a{
        width: 100%;
        float: left;
        text-decoration: none;
        border-bottom: 1px solid #bfcacf;
        padding: 10px 0;
        background-color: #f9f9f9;
        font-weight:normal;
    }
    header .navbar-default .dropdown-content ul > li:last-child a {
        border-bottom: none;
    }
    header .navbar-default .dropdown-content ul > li > a:hover{
        font-weight: 600;
    }
    header .navbar-default .dropdown:hover .dropdown-content,
    header .navbar-default .dropdown-submenu:hover .sub-menu-content{
        display: block;
    }


header .tp-banner-container {
    position: relative;
    width: 100%;
}
header .tp-banner a.tp-btn {
    color: #fff;
    background-color: #be1313;
    padding: 10px 15px;
    margin-top: 40px;
    font-size: 14px;
}
header .tp-banner p{margin-bottom:40px;}
header .tp-banner .slide-mask::after{display:block;content:'';position:absolute;height:100%;width:100%;top:0;left:0;background:rgba(0,0,0,.4);z-index:9;}
@media screen and (max-width: 1200px) {
    header .navbar-default .navbar-text, header .navbar-default.scrolled .navbar-text { display: none; }
}
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1.0;
}


.section-heading {
  margin: 60px 0 10px;
}
.section-heading h1 {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#about {
    position: relative;
    background: url(../images/lgm/bg.png) no-repeat left top;
    background-size:100% 400px;
    overflow:hidden;
    display:block;
}
    section#about h3{color: #fff;margin:40px 0 0px 30px;font-weight:600;}
    section#about .description {
        display: block;
        color: #fff;
        padding: 30px 30px 10px 30px ;
        float:left;
    }
    section#about a.readmore {
        float: left;
        background-color: #fff;
        color: #000;
        padding: 5px 10px;
        margin-top: 20px;
    }
    section#about .card-container {
        margin-top: 30px;
    }
        section#about .card-container .card {
            margin-bottom: 30px;
            box-shadow: 0 4px 10px 1px rgb(171 171 171 / 50%);
            position: relative;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
        }
            section#about .card-container .card img{width:100%}
            section#about .card-container .card .card-body {
                flex: 1 1 auto;
                min-height: 1px;
                padding: 2.25rem;
                height: 260px;
            }
            section#about .card-container .card .card-body h4 {
                color: #215494;
                text-transform: uppercase;
                font-size: 1.3em;
                margin-top: -6px;
                margin-bottom: 10px;
            }
            section#about .card-container .card .card-body p {
                line-height: 1.8em;
            }
            section#about .card-container .card .card-foot{
                text-align:right;
                padding:10px 20px;
            }
.navalDivider {
    width: 100%;
    height: 1px;
    background-color: #215494;
    position: relative;
    margin-bottom: 15px;
}

section#feedback {
    
}
section#feedback .content{background-color: #eaeff5;padding: 40px 0 60px 0;}
section#feedback .content h3, section#news h3 {
    color: #1d2086;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
section#feedback .content a {
    color: #fff;
    background-color: #be1313;
    padding: 10px 15px;
    font-size: 14px;
    font-family: STSong;
}

section#news {margin-top: 20px;}
    section#news .news-list{border:1px solid #ccc;padding:20px 80px;margin:20px 0 0 30px;}
    section#news .news-list a:hover{text-decoration:underline;color:#0e76bc;}
    section#news .date {
        position: absolute;
        background-color: #ab0003;
        color: #fff;
        left: -17px;
        padding: 3px 8px;
        margin-top: -8px;
        margin-left: 30px;
    }
    section#news .date p{text-align:center;font-size:2em;margin:0;}
    section#news a.readmore {
        border: 1px solid #000;
        padding: 5px 40px;
        border-radius: 2px;
        color: #000;

    }


.main {
    overflow:hidden;
    margin:40px 0 60px 0;
}
    .main .container{padding: 50px 0;}
    .main .content2 {background-color: #eaeff5;}
    .main h2 {
        /*background: url(../images/gh/title_line.jpg) left bottom no-repeat;*/
        font-size: 18px;
        display: block;
        margin-top: 25px;
        padding: 0px 30px 8px 30px;
        color: #1d2086;
        text-align: center;
        font-weight: 600;
    }
    .main h3 {
        color: #1d2086;
        font-weight: 600;
    }
    .main p.d{text-align:center;margin:10px 0 20px 0;}
    .main .content{margin-bottom:50px;padding:0 30px;}
    .main span.r{float:right;}
.page_bg {position:relative;height: 350px;}
.page_bg .mask{position:absolute;top:0;left:0;height:350px;width:100%;background:rgba(0,0,0,.3);padding:120px 0 0 0;}
.page_bg p{text-align:center;color:#fff;font-weight:600;font-size: 20px;}
.page_bg h2{vertical-align:middle;text-align:center;color:#fff;font-weight:500;font-size: 50px;margin-top:10px;}
.main .list {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 6px 0px 20px 0px;
}
.main .search #q{width:300px;padding:5px;border:1px solid #666666;} 
.main .search #btn{padding:6px 20px;margin-left:20px;}
.main #pages {float:left;width:100%;margin-top:30px;}
.main .text-c{
    text-align:center;
}
.main .rbg {
    background-color: #F8F8FF;
}
.main .hit {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.main .hit li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../images/li.png) no-repeat left 12px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 16px;
}
.main .list li {
    min-height: 200px;
    padding: 8px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
}
.main .list .new_l {
    float: left;
    width: 140px;
}
    .main .list .new_l img {
        width: 240px;
        height: 180px;
    }
.main .list .new_r {
    float: right;
    width: 585px;
}
.main .list .new_r h3 {
    font-size: 16px;
}
.main .list .new_r .rt{
    float:right;
}
.main .download_list {
    list-style: none;
    margin: 0px;
    padding: 10px 0;
}
.main .download_item{text-align:center;margin-bottom:20px;}
    .main .download_item img{width:148px;height:132px;}
    .main .download_item p {
        font-size:16px;
        margin-left: -20px;
    }
.main .content_nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    padding-bottom: 10px;
}
.main .content_nav > li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background: url(../images/gh/left_li.gif) 6px 15px no-repeat;
    padding: 8px 0px 8px 18px;
}
.main .news-container {
    /*display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;*/
    margin-top: 30px;
    float:left;
}
    .main .news-container .card {
        /*flex: 1 0 0%;*/
        margin-right: 15px;
        margin-bottom: 30px;
        margin-left: 15px;
        background-color: #fff;
        position: relative;
        /*display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 360px;
        width: 360px;*/
        word-wrap: break-word;
        padding:15px 15px;
        background-color: #fff;
        background-clip: border-box;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        height:480px;
    }
    .main .news-container .card img{width:100%;}
        .main .news-container .card .card-body {
            flex: 1 1 auto;
            min-height: 1px;
            padding: 2.25rem;
            height: 260px;
        }
            .main .news-container .card .card-body h4 {
                color: #215494;
                text-transform: uppercase;
                font-size: 1.3em;
                margin-top: -6px;
                margin-bottom: 10px;
            }
            .main .news-container .card .card-body p {
                line-height: 1.8em;
            }
        .main .news-container .card .card-foot a {
            float: right;
            padding: 10px 20px;
        }

    .main .item{text-align:center;margin:40px 0;}
    .main .item p{margin:20px 0 0 0;}
    .main .title{position:absolute;background-color:#1d2086;color:white;padding:20px 50px;top:-20px;font-weight:600;font-size:18px;}
    .main .title .location{background:url("../images/lgm/point.svg") no-repeat;width:30px;height:30px;float:left;margin-right:5px;}

    footer .about-item{padding:0 0px;}


    .cpbox2 {
        margin: 20px 15px 0px 15px;
        float: left;
        overflow: hidden;
        background: url(../images/gh/zzbg.jpg) no-repeat;
        width: 250px;
        padding: 1px;
        height: 267px;
        text-align: center;
        line-height: 36px;
    }
.main .product_list {
    padding-top: 20px;
    clear: both;
    padding: 30px 0px 0px 0px;
    float:left;
}
.main .product_item {
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 4px 10px 1px rgb(171 171 171 / 50%);
    margin: 0 30px 60px 30px;
    min-height: 1px;
    height: 550px;
    padding:0;
    overflow:hidden;
}
.main .product_item img{width:392px;height:275px;}
.main .product_body{
    padding: 2.25rem;
}
.main .product_title {
    text-align: center;
    padding: 0px 15px 0px 0px;
    height: 40px;
}
.main .product_foot {
    float: right;
    padding: 10px 20px;
	position: absolute;
    right: 10px;
    bottom: 10px;
}
.main .product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 191px;
    width: 253px;
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #ddd;
}
.main .l{padding:10px 30px;}

/* footer section */
footer {
    padding: 60px 0 0 0;
    text-align: center;
    color: #ffffff;
    background-color: #002b55;
}

footer a > img {
  width: 100px;
}
footer .ewm {
    padding: 60px 0 0 0;
    width: 100%;
    cursor: pointer;
    text-align:center;
}
footer ul{padding-left:0;}
footer li {
	list-style-type: none;}
footer li a {
	color:#ffffff;
	text-decoration:none;
}
footer li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
footer .content {
  margin:20px 0;
  border-top: 1px solid #ffffff;
  padding:20px 0;
  text-align:left;
}
footer .rights {
  margin-top: 30px;
  padding: 20px;
  background-color:#000;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
    /* footer section */
    footer .rights {
        color: #ffffff;
    }

    footer h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-align: left;
    }

    footer .rights a {
        color: #ffffff;
        font-weight: 300;
        text-decoration: none;
    }
    footer .rights span.e{margin-left:40px;}
section {
  position: relative;
  padding-bottom: 80px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 640px) {
    .logo {
        width: 200px;
        height: auto; 
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .contact-details {
        margin-top: 20px;
    }

    header .navbar-default {
        padding: 20px;
    }

        header .navbar-default .navbar-toggle {
            margin-top: 0px;
            margin-right: 0px;
            background: none;
            border: 2px solid #ffffff;
            color: #ffffff;
            -webkit-border-radius: 5em;
            -moz-border-radius: 5em;
            -ms-border-radius: 5em;
            -o-border-radius: 5em;
            border-radius: 5em;
        }

            header .navbar-default .navbar-toggle:hover,
            header .navbar-default .navbar-toggle:focus {
                background: none;
            }

        header .navbar-default ul.navbar-nav {
            padding-top: 0;
            margin: 0;
        }

            header .navbar-default ul.navbar-nav li a {
                padding: 10px;
                text-align: center;
            }

        header .navbar-default .navbar-collapse {
            border-color: transparent;
        }
}

.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header {
    background: #fff; /*#66cdcc;*/

    /* IE6-9 fallback on horizontal gradient */
}
    header .navbar-default ul.navbar-nav li a {
        color: #1d2086;
        background: none;
        font-style: normal;
    }
    header .navbar-default ul.navbar-nav li.active a,
    header .navbar-default ul.navbar-nav li.active a:hover {
        font-weight: 600;
        background-color: #fff;
        color: #1d2086;
    }
    header .navbar-default ul.navbar-nav li.active .dropdown-content ul > li > a {
        font-weight: normal;
        background-color:#f9f9f9;
    }
        header .navbar-default ul.navbar-nav li.active .dropdown-content ul > li > a:hover{font-weight:600;}
        header .navbar-default ul.navbar-nav li a:hover {
            color: #1d2086;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

    .main .review-filtering {
        margin: 20px 0 140px 0;
    }
        .main .review-filtering .review {
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            
        }
        .main .review-filtering .review .review-content {
                background-color: #fff;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                -ms-border-radius: 20px;
                -o-border-radius: 20px;
                border-radius: 20px;
                box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.16);
                margin-bottom:20px;
                overflow:hidden;
            }
        .main .review-filtering .review .review-image {
            width: 100%;

        }
        .main .review-filtering .review .review-comment {
            width: 100%;
            padding: 0;
            position: relative;
        }
        .main .review-filtering .review .review-comment h3 {
                margin-bottom: 15px;
            }
        .main .review-filtering .review .review-comment p {
                font-size: 13px;
                color: #333;
            }
        .main .review-filtering .review .review-comment p span {
                    margin-left: 10px;
                }
        .main .review-filtering .review .review-comment:after {
                right: 100%;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(255, 255, 255, 0);
                border-width: 15px;
                margin-top: -10px;
            }
        .main .review-filtering .review .review-image,
        .main .review-filtering .review .review-comment {
            float: left;
        }
		.main .review-filtering .review .review-comment p{padding: 0 20px 0 0;}
        .main .review-date {
            color: #1d2086;
            font-weight: 600;
            font-size: 18px;
            text-align: center;
            width: 100%;
            position: absolute;
            bottom: 4px;
            border-top: 2px solid #1d2086;
            height: 80px;
            padding-top: 50px;
            padding-right:30px;
        }
        .main .review-date i{margin:0 22px;font-style:normal;}
        .main .review-filtering .slick-dots {
            bottom: -80px;
        }
        .main .review-filtering .slick-dots li button {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
        }
        .main .review-filtering .slick-dots li button:before {
                display: none;
            }
        .main .review-filtering .slick-dots li button {
            background: #1d2086;
            border: 2px solid #1d2086;
        }
            .main .review-filtering .slick-dots li.slick-active {
                margin: 0 45px 0 30px;
            }
            .main .review-filtering .slick-dots li.slick-active button {
                height: 40px;
                width: 40px;
                background: #1d2086;
                top: -8px;
            }

.main .business{background:url("../images/bg.png") repeat-x;margin-top:20px;}
.main .business h2{text-align:left;margin-top:10px;}
/*.main .business p{margin-bottom:40px;}*/

section#screens header h1:after {
    background: #66cdcc;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #66cdcc;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #66cdcc;
}

/* support section */
section#support header h1:after {
  background: #66cdcc;
}
section#support .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#support .media a {
  color: #66cdcc;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#support .media:hover h3 {
  color: #66cdcc;
}

section#news .c2 .news {
    font-size: 16px;
    display: block;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 1rem 1rem;
    margin-bottom: 18px;
}
    section#news a {
        text-decoration: none;
    }
    section#news .c1 .imWrap {
        width: 100%;
        padding-top: 67%;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    section#news .c1 .imWrap img{
        height: 100%;
    }
    .imWrap img {
        display: block;
        position: absolute;
        width: 100%;
        z-index: 5;
        left: 0;
        top: 0;
        height: auto;
        min-height: 100%;       
    }
    section#news .c1 .imWrap .date {
        line-height: 1.5;
        font-size: 16px;
        color: #fff;
        background-color: #f08118;
        display: inline-block;
        padding: .5rem 1rem;
        text-align: center;
        position: absolute;
        z-index: 55;
        right: 0;
        bottom: 0;
    }
    section#news .c1 .imWrap .date p {
        font-size: 36px;
        color: #fff;
        line-height: 50px;
        margin: 0;
    }
    section#news .c1 .imWrap .date span {
        font-size: 16px;
        color: #fff;
        display: block;
        text-align: center;
        margin: 0;
    }
section#news .c2 .news-l {
    float: left;
    text-align: center;
    width: 75px;
    border-right: 1px solid #ddd;
    margin-right: 1rem;
}
    section#news .c2 .news-l p {
        font-size: 36px;
        color: #666;
        line-height: 50px;
    }
    section#news .c2 .news-l span {
        font-size: 16px;
        color: #666;
        display: block;
        text-align: center;
    }
    section#news .c2 .news-r {
        display: block;
        overflow: hidden;
        padding: 10px 0 0 0;
    }
    section#news .c1 p, section#news .c2 .news-r p {
        font-size: 18px;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: .5em;
        font-weight: bold;
    }
    section#news .c1 span, section#news .c2 .news-r span {
        font-size: 16px;
        color: #666;
        display: block;
        overflow: hidden;
    }
    section#news .c2 .news-r span{
        height: 3em;
    }
.fwwd {
    position: relative;
    overflow:hidden;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1e2a6e;
    border: 2px solid #fff;
}
.dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #5187ae;
    border-radius: 50%;
    opacity: 0.6;
    animation: breath .6s linear .5s infinite alternate; /*        ʵ  */
}
@keyframes breath {
    0% { opacity: 0.6;}
    100% { opacity: 0;}
}
.rd {position:absolute;top:348px;left:420px;}
.sh {position:absolute;top:490px;left:776px;}
.rb {position:absolute;top:476px;left:845px;}
.sg {position:absolute;top:598px;left:720px;}
.bx {position:absolute;top:642px;left:1452px;}


.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.btn-primary {
  color: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-control:focus {
  border-color: #66cdcc;
  color: #999999;
}
@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #66cdcc;
  }
  header .navbar-default .navbar-collapse {
    background: #336799;
  }
  header .navbar-default.scrolled {
    background: #336799;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #66cdcc;
  }
    header .search-query {
        margin: 10px 0 0 10px;
    }
    .navbar-search button {
        top: 0px;
        right: 135px;
    }
    section#about .h3{margin:20px;text-align:center;width:100%;}
    section#about .description{padding:0 20px;}
    footer .ewm {
        padding:0;
    }
    .main .container { padding-top:0px; }
    .main .content { margin: 0px; }
    .main span.l, .main span.r {
        float: left;
        width: 100%;
        margin-top:5px;
        margin-left: 30px;
        padding-right: 55px;
    }
    section#news .news-list {
        padding: 20px 20px 20px 60px;
    }
    .main .review-filtering .review .review-comment {
        padding:0 10px 0 20px;
        margin-bottom:10px;
    }
        .main .review-filtering .review .review-comment p {
            padding: 0;
        }
    .main .review-date {
        font-size: 9px;
        width: 92%;
        position: absolute;
        bottom: 4px;
        border-top: 2px solid #1d2086;
        height: 80px;
        padding-top: 20px;
        padding-right: 30px;
    }
    .main .review-date i {
        margin: 0 7px;
    }
    .main .review-filtering .slick-dots {
        bottom: -78px;
    }
        .main .review-filtering .slick-dots li.slick-active {
            margin: 0px 15px 0 10px;
            bottom:-5px;
        }
            .main .review-filtering .slick-dots li.slick-active button {
                height: 25px;
                width: 25px;
                
            }
    .slick-dots li {
        height: 20px;
        width: 20px;
        margin: 0px 10px;
        padding: 0px;
    }
        .slick-dots li button {
            height: 20px;
            width: 20px;
        }
    .main .product_item {
        margin: 20px auto;
        min-height: 1px;
        height: 500px;
        padding: 0;
        overflow: hidden;
        width:80%
    }
}
.pre-loader {
  background: #336799;
}
